Retrieve the list of MAP migration projects for all your clients.
GET/sp/v3/map-projects/
Retrieve the list of MAP migration projects for all your clients.
Each id
in the response refers to a specific map project from a specific client, with different proportions of tagged and untagged resources.
They might also show credits records, which are all the instances of credits that AWS has given to the client.
Request
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
on_prem_non_commercial_db_entity
object
nullable
Possible values: non-empty
and <= 32 characters
Possible values: <= 100
on_prem_commercial_db_entity
object
nullable
Possible values: <= 100
Possible values: <= 32 characters
Possible values: <= 32 characters
ec2_non_commercial_db_entity
object
nullable
Possible values: non-empty
and <= 32 characters
Possible values: <= 100
Possible values: <= 25600 characters
Possible values: <= 32 characters
ec2_commercial_db_entity
object
nullable
Possible values: non-empty
and <= 32 characters
Possible values: <= 100
Possible values: <= 25600 characters
Possible values: <= 32 characters
sap_entity
object
nullable
Possible values: non-empty
and <= 32 characters
Possible values: <= 100
Possible values: <= 32 characters
baseline_s3_entity
object
nullable
Possible values: non-empty
and <= 32 characters
Possible values: <= 25600 characters
speciality_services_entity
object
nullable
Possible values: non-empty
and <= 25600 characters
private_equity_entity
object
nullable
Possible values: <= 100
client
object
Possible values: non-empty
and <= 255 characters
Possible values: <= 256 characters
Possible values: non-empty
and <= 128 characters
Possible values: non-empty
and <= 128 characters
Possible values: non-empty
and <= 128 characters
Possible values: non-empty
and <= 128 characters
Possible values: <= 100
Possible values: >= -2147483648
and <= 2147483647
Possible values: >= -2147483648
and <= 2147483647
Possible values: [yes
, no
, not_applicable
]
Possible values: >= -2147483648
and <= 2147483647
Possible values: >= -2147483648
and <= 2147483647
[
{
"id": 0,
"on_prem_non_commercial_db_entity": {
"id": 0,
"is_enabled": true,
"map_migrated": "string",
"credit_percent": 0
},
"on_prem_commercial_db_entity": {
"id": 0,
"is_enabled": true,
"credit_percent": 0,
"map_migrated": "string",
"map_dba": "string"
},
"ec2_non_commercial_db_entity": {
"id": 0,
"is_enabled": true,
"map_migrated": "string",
"credit_percent": 0,
"map_migrated_arns": "string",
"aws_migration_project_id": "string"
},
"ec2_commercial_db_entity": {
"id": 0,
"is_enabled": true,
"map_migrated": "string",
"credit_percent": 0,
"map_dba": "string",
"aws_migration_project_id": "string"
},
"sap_entity": {
"id": 0,
"is_enabled": true,
"map_migrated": "string",
"credit_percent": 0,
"map_sap": "string"
},
"baseline_s3_entity": {
"id": 0,
"is_enabled": true,
"map_migrated": "string",
"s3_bucket_names": "string"
},
"speciality_services_entity": {
"id": 0,
"is_enabled": true,
"service_names": "string"
},
"private_equity_entity": {
"id": 0,
"is_enabled": true,
"credit_percent": 0
},
"tagged_resources": "string",
"untagged_resources": "string",
"credits": "string",
"client": {
"id": 0,
"name": "string",
"website": "string"
},
"created": "2024-07-29T15:51:28.071Z",
"modified": "2024-07-29T15:51:28.071Z",
"name": "string",
"migration_id": "string",
"tag_key": "string",
"server_id": "string",
"credit_percent": 0,
"workload_pk": 0,
"date_start": "2024-07-29",
"date_end": "2024-07-29",
"migration_period": 0,
"windows_optimization": "yes",
"map_credit_cap": 0,
"target_spending": 0,
"extra_filters": "string"
}
]